home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 35 / PC Gamer IT CD 35 2-2.iso / utility / ao10 / ACTION.EXE / 0 / RCDATA / TSETUPFORM / TSETUPFORM.txt
Text File  |  1998-08-10  |  3KB  |  141 lines

  1. object SetupForm: TSetupForm
  2.   Left = 190
  3.   Top = 159
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 302
  7.   ClientWidth = 288
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object GroupBox1: TGroupBox
  20.     Left = 8
  21.     Top = 8
  22.     Width = 273
  23.     Height = 161
  24.     Caption = ' &Fonts '
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 104
  28.       Top = 24
  29.       Width = 153
  30.       Height = 89
  31.       Alignment = taCenter
  32.       AutoSize = False
  33.       Caption = 'Use these buttons to change appropriate font'
  34.       Layout = tlCenter
  35.       WordWrap = True
  36.     end
  37.     object Button1: TButton
  38.       Left = 16
  39.       Top = 24
  40.       Width = 75
  41.       Height = 25
  42.       Caption = '&Outline...'
  43.       TabOrder = 0
  44.       OnClick = Button1Click
  45.     end
  46.     object Button2: TButton
  47.       Left = 16
  48.       Top = 56
  49.       Width = 75
  50.       Height = 25
  51.       Caption = '&Text...'
  52.       TabOrder = 1
  53.       OnClick = Button2Click
  54.     end
  55.     object Button3: TButton
  56.       Left = 16
  57.       Top = 88
  58.       Width = 75
  59.       Height = 25
  60.       Caption = 'Oth&er...'
  61.       TabOrder = 2
  62.       OnClick = Button3Click
  63.     end
  64.     object ResetBtn: TButton
  65.       Left = 99
  66.       Top = 120
  67.       Width = 75
  68.       Height = 25
  69.       Caption = '&Reset'
  70.       TabOrder = 3
  71.       OnClick = ResetBtnClick
  72.     end
  73.   end
  74.   object GroupBox2: TGroupBox
  75.     Left = 8
  76.     Top = 176
  77.     Width = 273
  78.     Height = 89
  79.     Caption = ' &Minimize behaviour '
  80.     TabOrder = 1
  81.     object TrayCheck: TCheckBox
  82.       Left = 16
  83.       Top = 25
  84.       Width = 233
  85.       Height = 17
  86.       Caption = '&Show tray icon on minimize'
  87.       TabOrder = 0
  88.       OnClick = TrayCheckClick
  89.     end
  90.     object HideCheck: TCheckBox
  91.       Left = 16
  92.       Top = 57
  93.       Width = 233
  94.       Height = 17
  95.       Caption = '&Hide from taskbar on minimize'
  96.       TabOrder = 1
  97.       OnClick = HideCheckClick
  98.     end
  99.   end
  100.   object Button5: TButton
  101.     Left = 128
  102.     Top = 272
  103.     Width = 75
  104.     Height = 25
  105.     Caption = 'O&K'
  106.     Default = True
  107.     ModalResult = 1
  108.     TabOrder = 3
  109.   end
  110.   object Button6: TButton
  111.     Left = 208
  112.     Top = 272
  113.     Width = 75
  114.     Height = 25
  115.     Cancel = True
  116.     Caption = '&Cancel'
  117.     ModalResult = 2
  118.     TabOrder = 4
  119.   end
  120.   object Button7: TButton
  121.     Left = 8
  122.     Top = 272
  123.     Width = 89
  124.     Height = 25
  125.     Caption = '&Associate...'
  126.     TabOrder = 2
  127.     OnClick = Button7Click
  128.   end
  129.   object FontDialog1: TFontDialog
  130.     Font.Charset = DEFAULT_CHARSET
  131.     Font.Color = clWindowText
  132.     Font.Height = -11
  133.     Font.Name = 'MS Sans Serif'
  134.     Font.Style = []
  135.     MinFontSize = 0
  136.     MaxFontSize = 0
  137.     Left = 160
  138.     Top = 56
  139.   end
  140. end
  141.